@charset "UTF-8";
/* ===========================================
共通
=========================================== */
.btn2 a, .btn button {
  width: 100%;
  height: 100%;
  padding-top: 2px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  color: #FFF;
  position: relative;
  z-index: 0;
  background-color: rgba(224, 28, 4, 1);
}
.btn2 a::after, .btn button::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(184, 0, 0, 1);
  opacity: 0;
  transition: .3s;
}
.btn2 a:hover::after, .btn button:hover::after {
  opacity: 1;
}
.btnMore2 a {
  width: 184px;
  height: 48px;
  margin: 45px auto 0;
  border-radius: 0;
}
@media screen and (max-width: 960px) {

  .kvAreaIndex .kvBanList > li {
    width: 48%;
  }

  .btnMore2 a {
    margin-top: 34px;
  }
}
a:focus {
  outline: none;
}
/* ===========================================
TOP
=========================================== */
/*キービジュアル*/
/* .kvAreaIndex {
  width: 100%;
  height: 27.1vw;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
.kvAreaIndex::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0;
  margin: 0px 0 0 0;
  background: #FFFFFF;
  width: 1px;
  height: 100%;
  background-size: 1px 100%;
  z-index: 110;
}
.kvAreaIndex::after {
  position: absolute;
  content: "";
  top: 0%;
  right: 0;
  margin: 0px 0 0 0;
  background: #FFFFFF;
  width: 1px;
  height: 100%;
  background-size: 1px 100%;
  z-index: 110;
}
.kvAreaIndex .pcOnly img{
  max-width: 100%;
  height: auto;
} */
/*.kvAreaIndex .kvAreaInner{
  margin-top:-5vw;
}*/
/*ニュース*/
.news-top {
  max-width: 1400px;
  margin: 0 auto 0 auto;
  padding: 80px 20px;
  justify-content: space-between;
}
.news-top h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
.news-top h2 span {
  font-size: 16px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.news-top > div {
  width: 47%;
  position: relative;
  padding: 0 0 0 0;
}
.news-top dl {
  overflow: hidden;
}
.news-top dt {
  width: 105px;
  float: left;
  clear: both;
}
.news-top dd {
  margin: 0 0 19px 0;
  padding: 0 0 19px 130px;
  border-bottom: 1px solid #f1f1f1;
}
.news-top dd:last-of-type {
  border: none;
}
.news-top dd a:hover {
  opacity: 0.7;
}
.btnMore2 a {
  width: 184px;
  height: 48px;
  margin: 20px auto 0;
  border-radius: 0;
}
@media screen and (max-width: 960px) {
  .news-top {
    margin: 0 10px 0 10px;
    padding: 20px 20px 20px;
  }
  .news-top > div {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 0 40px 0;
  }
  .news-top > div:last-child {
    padding: 0 0 0 0;
  }
  .news-top dt {
    float: none;
    color: #818181;
  }
  .news-top dd {
    margin: 0 0 19px 0;
    padding: 0 0 19px 0px;
  }
}
/*イベント*/
/*サービス・ソリューション*/
.solution-top .contents-wrap {
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.solution-top .contents-wrap.innovation {
  background-image: url('/common/img/service-solution/top/innovation.jpg');
}
.solution-top .contents-wrap.styling {
  background-image: url('/common/img/service-solution/top/styling.jpg');
}
.solution-top .contents-wrap.software {
  background-image: url('/common/img/service-solution/top/software.jpg');
}
.solution-top .contents-wrap.dr {
  background-image: url('/common/img/service-solution/top/dr.jpg');
}
.solution-top .contents-wrap.rp {
  background-image: url('/common/img/service-solution/top/rp.jpg');
}
.solution-top .contents-wrap.production {
  background-image: url('/common/img/service-solution/top/production.jpg');
}
.solution-top .contents-wrap.gx {
  background-image: url('/common/img/service-solution/top/gx.jpg');
}
.solution-top .contents-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  top: 0;
  left: 0;
}
.solution-top .contents-wrap .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.solution-top .contents-wrap .ttl {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 16px;
  position: relative;
}
.solution-top .contents-wrap .ttl::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #D50000;
  bottom: 0;
  left: 0;
}
.solution-top .contents-wrap .tgl {
  margin-top: 32px;
  color: #ffffff;
  font-size: 1.8rem;
}
.solution-top .contents-wrap .msg {
  margin-top: 24px;
  color: #ffffff;
  font-size: 1.6rem;
}
.solution-top.underlayer .contents-wrap .tgl,
.solution-top.underlayer .contents-wrap .msg {
  display: none;
}
.solution-top .contents-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.solution-top .contents-wrap ul li {
  width: calc((100% - 40px)/3);
  height: 80px;
  margin-right: 20px;
  margin-top: 24px;
}
.solution-top .contents-wrap ul li:nth-child(3n) {
  margin-right: 0;
}
.solution-top .contents-wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
  position: relative;
  transition: opacity .3s ease;
  font-size: 1.8rem;
  font-weight: 700;
}
.solution-top .contents-wrap ul li a:hover {
  opacity: .7;
}
.solution-top .contents-wrap ul li a::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 24px
}
.solution-top .contents-wrap ul li a span {
  font-size: 1.4rem;
  display: block;
}
.solution-top .contents-wrap ul li a > div {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .solution-top .contents-wrap {
    padding: 40px 0;
  }
  .solution-top .contents-wrap.innovation {
    background-image: url('/common/img/service-solution/top/innovation-sp.jpg');
  }
  .solution-top .contents-wrap.styling {
    background-image: url('/common/img/service-solution/top/styling-sp.jpg');
  }
  .solution-top .contents-wrap.software {
    background-image: url('/common/img/service-solution/top/software-sp.jpg');
  }
  .solution-top .contents-wrap.dr {
    background-image: url('/common/img/service-solution/top/dr.jpg');
  }
  .solution-top .contents-wrap.rp {
    background-image: url('/common/img/service-solution/top/rp-sp.jpg');
  }
  .solution-top .contents-wrap.production {
    background-image: url('/common/img/service-solution/top/production-sp.jpg');
  }
  .solution-top .contents-wrap.gx {
    background-image: url('/common/img/service-solution/top/gx-sp.jpg');
  }
  .solution-top .contents-wrap .inner {
    width: 90%;
    padding: 0;
  }
  .solution-top .contents-wrap .ttl {
    font-size: 2rem;
    padding-bottom: 17px;
  }
  .solution-top .contents-wrap .tgl {
    font-size: 1.6rem;
    margin-top: 24px;
  }
  .solution-top .contents-wrap .msg {
    font-size: 1.4rem;
    margin-top: 24px;
  }
  .solution-top .contents-wrap ul {
    margin-top: 28px;
    display: block;
  }
  .solution-top .contents-wrap ul li {
    width: 100%;
    height: initial;
    min-height: 56px;
    margin-top: 20px;
    margin-right: 0;
  }
  .solution-top .contents-wrap ul li a {
    padding: 20px 25px 20px 20px;
    font-size: 1.6rem;
  }
  .solution-top .contents-wrap ul li a::after {
    right: 16px;
  }
  .solution-top .contents-wrap ul li a span {
    font-size: 1.2rem;
    line-height: 1;
  }
}

/*トピック*/
.topics-top {
  /* background: #f5f5f5; */
  padding: 80px 0;
  /* padding: 80px 0 0 0; */
}
.topics-top ul {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.topics-top li {
  width: calc((100% - 60px) / 4);
  /* width: calc((100% - 60px) / 3); */
  background: #FFFFFF;
  position: relative;
}
.topics-top .img {
  overflow: hidden;
  border: 1px solid #f5f5f5;
  transition-duration: .5s;
}
.topics-top li:hover .img {
  border: 1px solid #D50000;
  transition-duration: .5s;
}
.topics-top .img img {
  width: 100%;
  display: block;
  transition-duration: .5s;
}
.topics-top li:hover img {
  transform: scale(1.1);
  transition-duration: .5s;
}
.topics-top .textBox {
  position: relative;
}
.topics-top .date {
  margin: 10px 0 15px 28px;
}
.topics-top .label {
  position: absolute;
  top: -4px;
  right: 13px;
  padding: 1px 8px 1px;
  font-size: 12px;
}
.topics-top .tit {
  font-size: 16px;
  font-weight: bold;
  margin: 0 2px 10px 5px;
}
.topics-top .txt {
  font-size: 14px;
  margin: 0 2px 12px 5px;
}
@media screen and (max-width: 960px) {
  .topics-top {
    background: #f5f5f5;
    padding: 30px 0 30px 0;
  }
  .topics-top li {
    width: 90%;
    margin: 0 5% 12px 5%;
    background: #FFFFFF;
    position: relative;
  }
  .topics-top li a {
    width: 100%;
  }
}
/*トピック 暫定対応*/
.topics-top2 {
  /* background: #f5f5f5; */
  padding: 0 0 80px 0;
}
.topics-top2 ul {
  max-width: 800px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.topics-top2 li {
  width: 45%;
  background: #FFFFFF;
  position: relative;
}
.topics-top2 .img {
  overflow: hidden;
  border: 1px solid #f5f5f5;
  transition-duration: .5s;
}
.topics-top2 li:hover .img {
  border: 1px solid #D50000;
  transition-duration: .5s;
}
.topics-top2 .img img {
  width: 100%;
  display: block;
  transition-duration: .5s;
}
.topics-top2 li:hover img {
  transform: scale(1.1);
  transition-duration: .5s;
}
.topics-top2 .textBox {
  position: relative;
}
.topics-top2 .date {
  margin: 10px 0 15px 28px;
}
.topics-top2 .label {
  position: absolute;
  top: -4px;
  right: 13px;
  padding: 1px 8px 1px;
  font-size: 12px;
}
.topics-top2 .tit {
  font-size: 16px;
  font-weight: bold;
  margin: 0 2px 10px 5px;
}
.topics-top2 .txt {
  font-size: 14px;
  margin: 0 2px 12px 5px;
}
@media screen and (max-width: 960px) {
  .topics-top2 {
    background: #f5f5f5;
    padding: 30px 0 30px 0;
  }
  .topics-top2 li {
    width: 90%;
    margin: 0 5% 12px 5%;
    background: #FFFFFF;
    position: relative;
  }
  .topics-top2 li a {
    width: 100%;
  }
}
/*イベント・セミナー*/
.event-top {
  /* background: #f5f5f5; */
  padding: 80px 0;
}
.event-top ul {
  max-width: 1050px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.event-top li {
  width: 30%;
  background: #FFFFFF;
  position: relative;
}
.event-top .img {
  overflow: hidden;
  border: 1px solid #f5f5f5;
  transition-duration: .5s;
}
.event-top li:hover .img {
  border: 1px solid #D50000;
  transition-duration: .5s;
}
.event-top .img img {
  width: 100%;
  display: block;
  transition-duration: .5s;
}
.event-top li:hover img {
  transform: scale(1.1);
  transition-duration: .5s;
}
.event-top .textBox {
  position: relative;
}
.event-top .date {
  margin: 10px 0 15px 28px;
}
.event-top .label {
  position: absolute;
  top: -4px;
  right: 13px;
  padding: 1px 8px 1px;
  font-size: 12px;
}
.event-top .tit {
  font-size: 16px;
  font-weight: bold;
  margin: 0 22px 10px 25px;
}
.event-top .txt {
  font-size: 14px;
  margin: 0 22px 12px 25px;
}
@media screen and (max-width: 960px) {
  .event-top {
    background: #f5f5f5;
    padding: 30px 0 30px 0;
  }
  .event-top li {
    width: 90%;
    margin: 0 5% 12px 5%;
    background: #FFFFFF;
    position: relative;
  }
  .event-top li a {
    width: 100%;
  }
}
/*技術コラム*/
.column-top {
  background: #f5f5f5;
  padding: 80px 10px;
}
.column-top ul {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-top li {
  width: 46%;
  border-bottom: 1px solid #f1f1f1;
  margin: 0 0 25px 0;
  padding: 0 0 18px 0;
}
.column-top li:hover {
  opacity: 0.7;
}
.column-top li:hover .img img {
  border: 1px solid #D50000;
  transition-duration: .3s;
}
.column-top li .set {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.column-top li .img {
  width: 140px;
  margin: 0 26px 0 0;
}
.column-top li .img img {
  max-width: 100%;
  width: 140px;
  height: 90px;
  object-fit: cover;
  border: 1px solid #e9e9e9;
  transition-duration: .3s;
}
.column-top li .textBox {
  flex: 1;
}
.column-top .label {
  margin-bottom: 8px;
  padding: 1px 8px 1px;
  font-size: 12px;
  line-height: 1.4;
}
.column-top .tit {
  font-size: 16px;
  font-weight: bold;
}
.column-top .txt {
  font-size: 14px;
  color: #666666;
}
@media screen and (max-width: 960px) {
  .column-top {
    padding: 40px 10px 40px;
  }
  .column-top ul {
    margin: 0 auto 0px auto;
  }
  .column-top .btnMore2 a {
    margin-top: 20px;
  }
  .column-top li {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
  .column-top li .img {
    width: 90px;
    margin: 0 15px 0 0;
  }
  .column-top li .img img {
    width: 90px;
    height: 58px;
  }
  .column-top .tit {
    font-size: 14px;
  }
  .column-top .txt {
    font-size: 12px;
  }
}
/*採用情報*/
.recruit-top {
  background: #f5f5f5;
  position: relative;
  height: 260px;
  overflow: hidden;
  z-index: 0;
}
.recruit-top::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: -10%;
  background-color: #e01c04;
  transform: skewX(30deg);
  z-index: 2;
}
.recruit-top::after {
  position: absolute;
  content: "";
  top: 0%;
  left: 50%;
  margin: 0px 0 0 0;
  background: url("/common/img/index/bg_reqruite_j.jpg") no-repeat;
  width: 570px;
  height: 260px;
  background-size: 570px 260px;
  z-index: 1;
}
.recruit-top .contents-wrap {
  position: relative;
  max-width: 1050px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 10;
}
.recruit-top h2 {
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.1;
}
.recruit-top .contents-wrap .text {
  width: 45%;
  text-align: left;
  padding: 46px 0 0 20px;
  color: #FFFFFF;
}
.recruit-top .contents-wrap .img {
  width: 50%;
}
.recruit-top .btn3 a {
  max-width: 190px;
  margin: 15px 0 0 0;
  padding: 15px 30px 15px 30px;
  text-align: center;
  display: block;
  background: #FFFFFF;
  color: #000000;
  transition: .3s;
}
.recruit-top .btn3 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .recruit-top {
    height: auto;
    overflow: hidden;
    z-index: 0;
  }
  .recruit-top::before {
    display: none;
  }
  .recruit-top::after {
    display: none;
  }
  .recruit-top h2 {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.1;
  }
  .recruit-top .contents-wrap .text {
    width: 100%;
    text-align: left;
    padding: 20px 0 20px 10px;
    background: #e01c04;
    color: #FFFFFF;
    font-size: 14px;
  }
  .recruit-top .contents-wrap .img {
    width: 100%;
    height: auto;
    background: url("/common/img/index/bg_reqruite_j.jpg") no-repeat #f5f5f5 center bottom;
    background-size: 70% auto;
    padding: 18%;
  }
}
/* ===========================================
TOP スライド
=========================================== */
#main-slide-full{
  width: 100%;
  position: relative;
}
#main-slide-full .slide{
  opacity: 0;
  transition: opacity .3s linear;
  width: 100%;  
}
#main-slide-full .slide.slick-initialized{
  opacity: 1;
}
#main-slide-full .set {
  width: 100%;
  height: calc( 100vh - 93px );
  margin: 0;
}
/* slide set01 */
.fallback #main-slide-full .slide-set01 {	background: url("/common/img/index/slide/slide_car01.jpg") no-repeat center center; background-size: cover;}
.webp #main-slide-full .slide-set01 {background: url("/common/img/index/slide/slide_car01.webp") no-repeat center center; background-size: cover;}
.avif #main-slide-full .slide-set01  {background: url("/common/img/index/slide/slide_car01.avif") no-repeat center center; background-size: cover;}
/* slide set02 */
.fallback #main-slide-full .slide-set02 {	background: url("/common/img/index/slide/slide_drone01.jpg") no-repeat center center; background-size: cover;}
.webp #main-slide-full .slide-set02 {background: url("/common/img/index/slide/slide_drone01.webp") no-repeat center center; background-size: cover;}
.avif #main-slide-full .slide-set02  {background: url("/common/img/index/slide/slide_drone01.avif") no-repeat center center; background-size: cover;}
/* slide set03 */
.fallback #main-slide-full .slide-set03 {	background: url("/common/img/index/slide/slide_future01.jpg") no-repeat center center; background-size: cover;}
.webp #main-slide-full .slide-set03 {background: url("/common/img/index/slide/slide_future01.webp") no-repeat center center; background-size: cover;}
.avif #main-slide-full .slide-set03  {background: url("/common/img/index/slide/slide_future01.avif") no-repeat center center; background-size: cover;}

/* slide setting */
#main-slide-full .slide-info{
  position: absolute;
  top: 75%;
  left: 15%;
  transform: translateY(-75%) translateX(-15%);  
}
#main-slide-full .nsfont{ font-family: 'Noto Sans JP', sans-serif;font-weight: 300;}
#main-slide-full p{
  font-family:'Noto Sans JP' ,"メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}
#main-slide-full .txt-main{
  font-size:clamp(18px, 3.833vw, 46px);
  line-height: 1.3;
  margin-bottom: 10px;
}
#main-slide-full .txt-sub{
  font-size:clamp(12px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
#main-slide-full .btn-slide a{
  position: relative;
  max-width: 180px;
  display: block;
  background-color:rgba(0,0,0,0.8);
  padding: 8px 25px 8px 25px;
  color: #FFFFFF;
  font-size:clamp(12px, 1.167vw, 14px);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  transition: .3s;
}
#main-slide-full .btn-slide a:hover{
  background-color:rgba(224,28,4,0.6);
}
@media screen and (max-width: 960px) {
  #main-slide-full .set {
    width: 100%;
    height:300px;
    margin: 0;
  }
  #main-slide-full .slide-set01{
    background-size: auto 100%;
  }
  #main-slide-full .slide-set02{
    background-size: auto 100%;
  }
  #main-slide-full .slide-set03{
    background-size: auto 100%;
  }
  #main-slide-full .slide-info{
    top: 85%;
    left: 15%;
    transform: translateY(-85%) translateX(-15%);  
  }
  #main-slide-full .txt-sub{display: none;}
  #main-slide-full .scrolldown{display: none;}
}
/*scrolldown*/
#main-slide-full .scrolldown{
  position:absolute;
  bottom:10px;
  left:50%;
}
#main-slide-full .scrolldown span{
  position: absolute;
  left:10px;
  bottom:10px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
#main-slide-full .scrolldown:before {
  content: "";
  position: absolute;
  bottom:0;
  left:-4px;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
  animation:
  circlemove 1.6s ease-in-out infinite,
  cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
    0%{bottom:45px;}
  100%{bottom:-5px;}
}
@keyframes cirlemovehide{
    0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
100%{opacity:0;}
}
.scrolldown:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 50px;
  background:#eee;
}
/*slide dot*/
#main-slide-full .slick-dots {
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 20px;
  /* left: 0; */
  right: 20px;
}
#main-slide-full .slick-dots li {
  display: inline-block;
  width: 48px;
  height: 24px;
  margin: 0 4px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  position: relative;
}
#main-slide-full .slick-dots li button {
  font-size: 0;
  text-indent: -99px;
  background: #dadada;
  width: 96px;
  height: 2px;
  padding: 0;
  border: 0;
  border-left: solid #b2b2b2 48px;
  outline: 0;
  position: absolute;
  left: 0;
  top: 11px;
}
#main-slide-full .slick-dots li.slick-active button {
  animation: line 3.3s linear 0s 1;
}
@keyframes line {
  0% { left: -48px; }
  100% { left: 0; }
}
#main-slide-full .slick-dots li.slick-active ~ li button {
  left: -48px;
}
#main-slide-full .slick-dots li:hover {
  opacity: 1;
}
@media screen and (max-width: 960px){
  #main-slide-full .slick-dots{
  transform: translateX(0%) !important;
  bottom: 0px;
}
#main-slide-full .slick-dots li {
  background: none;
}
#main-slide-full .slick-dots li.slick-active {
  background: none;
}
}
/*最初に表示されるロゴ*/
/* #slide-start {
	background: #FFF;
  position: absolute;
  top:0;left: 0; right: 0;bottom:0;
	width: 100%;
  height: calc(100% + 50px);
	z-index: 99999;
}
#slide-start p {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	display: none;
	width: 350px;
}
@media screen and (max-width: 960px){
  #slide-start p{
    width: 250px;
  }
  #slide-start p img{
    width: 100%;
  }
} */